home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot.OpenProm / machine / romvec.h < prev   
Encoding:
C/C++ Source or Header  |  1991-01-10  |  363 b   |  18 lines

  1. /* @(#)romvec.h 1.2 89/08/12 SMI */
  2.  
  3. #ifndef    _sun4c_romvec_h
  4. #define    _sun4c_romvec_h
  5.  
  6. /*
  7.  * Copyright (c) 1988 Sun Microsystems, Inc.
  8.  */
  9.  
  10. /*
  11.  * Sun4c specific romvec routines
  12.  * The following code is dropped directly into the sunromvec struct,
  13.  * thus its strange appearance
  14.  */
  15. void    (*v_setcxsegmap)();    /* Set segment in any context. */
  16.  
  17. #endif    _sun4c_romvec_h
  18.